home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TSECTORDIALOG / TSECTORDIALOG.txt
Text File  |  2002-06-30  |  2KB  |  132 lines

  1. object SectorDialog: TSectorDialog
  2.   Tag = 400
  3.   Left = 227
  4.   Top = 108
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select sector range'
  7.   ClientHeight = 249
  8.   ClientWidth = 370
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Tag = 403
  22.     Left = 8
  23.     Top = 218
  24.     Width = 61
  25.     Height = 13
  26.     Caption = 'Size to scan:'
  27.   end
  28.   object LabelSize: TLabel
  29.     Left = 184
  30.     Top = 218
  31.     Width = 73
  32.     Height = 13
  33.     AutoSize = False
  34.   end
  35.   object OKBtn: TButton
  36.     Tag = 404
  37.     Left = 284
  38.     Top = 24
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.   end
  46.   object CancelBtn: TButton
  47.     Tag = 406
  48.     Left = 284
  49.     Top = 90
  50.     Width = 75
  51.     Height = 27
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 1
  56.   end
  57.   object GroupBox1: TGroupBox
  58.     Tag = 401
  59.     Left = 8
  60.     Top = 20
  61.     Width = 249
  62.     Height = 89
  63.     Caption = 'Start sector'
  64.     TabOrder = 2
  65.     object TrackBarStartSec: TTrackBar
  66.       Left = 8
  67.       Top = 20
  68.       Width = 237
  69.       Height = 37
  70.       Max = 50
  71.       Orientation = trHorizontal
  72.       Frequency = 1
  73.       Position = 0
  74.       SelEnd = 0
  75.       SelStart = 0
  76.       TabOrder = 0
  77.       TickMarks = tmBottomRight
  78.       TickStyle = tsAuto
  79.       OnChange = TrackBarStartSecChange
  80.     end
  81.     object EditStartSec: TEdit
  82.       Left = 20
  83.       Top = 56
  84.       Width = 61
  85.       Height = 21
  86.       TabOrder = 1
  87.     end
  88.   end
  89.   object GroupBox2: TGroupBox
  90.     Tag = 402
  91.     Left = 8
  92.     Top = 114
  93.     Width = 249
  94.     Height = 89
  95.     Caption = 'End sector'
  96.     TabOrder = 3
  97.     object TrackBarEndSec: TTrackBar
  98.       Left = 8
  99.       Top = 20
  100.       Width = 237
  101.       Height = 37
  102.       Max = 50
  103.       Orientation = trHorizontal
  104.       Frequency = 1
  105.       Position = 50
  106.       SelEnd = 0
  107.       SelStart = 0
  108.       TabOrder = 0
  109.       TickMarks = tmBottomRight
  110.       TickStyle = tsAuto
  111.       OnChange = TrackBarEndSecChange
  112.     end
  113.     object EditEndSec: TEdit
  114.       Left = 20
  115.       Top = 60
  116.       Width = 65
  117.       Height = 21
  118.       TabOrder = 1
  119.     end
  120.   end
  121.   object Button1: TButton
  122.     Tag = 405
  123.     Left = 284
  124.     Top = 56
  125.     Width = 75
  126.     Height = 25
  127.     Caption = 'Apply'
  128.     TabOrder = 4
  129.     OnClick = Button1Click
  130.   end
  131. end
  132.